home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / ash < prev    next >
Text File  |  1997-06-06  |  109b  |  6 lines

  1. if fgrep 'bin/ash' etc/shells 1> /dev/null 2> /dev/null; then
  2.  GOOD=y
  3. else
  4.  echo "/bin/ash" >> etc/shells
  5. fi
  6.